home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2008 February
/
PCWFEB08.iso
/
Software
/
Resources
/
Utilities
/
ReNamer 4.10
/
ReNamer.exe
/
{app}
/
Scripts
/
Index filenames.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
2006-04-28
|
76 b
|
7 lines
var
I: Integer;
begin
I := I + 1;
FileName := IntToStr(I);
end.